CSharpTest.Net
BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>,IEnumerable<KeyValuePair<TKey,TValue>>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeDictionary<TKey,TValue> Class > BTreeDictionary<TKey,TValue> Constructor : BTreeDictionary<TKey,TValue> Constructor(Int32,IComparer<TKey>,IEnumerable<KeyValuePair<TKey,TValue>>)

order
comparer
copyFrom

Glossary Item Box

Constructs a BTreeList instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal order As Integer, _
   ByVal comparer As IComparer(Of TKey), _
   ByVal copyFrom As IEnumerable(Of KeyValuePair(Of TKey,TValue)) _
)
C# 
public BTreeDictionary<TKey,TValue>( 
   int order,
   IComparer<TKey> comparer,
   IEnumerable<KeyValuePair<TKey,TValue>> copyFrom
)

Parameters

order
comparer
copyFrom

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys